- 3 minutes to read

Nodinite BizTalk LDAP Adapter Release Notes

Make sure to revisit this page as we continuously develop new versions

1.0.0.62

  • (new) Support for eDirectory
  • Verified support for Windows Server 2022 If your DC is W2k19 or W2k22, you must update to this version.

1.0.0.60

  • (bug) GetDomainControllers method has been corrected
  • (bug) Enable method for users did not enable the users
  • (change) Support for Windows Server 2019. If your DC is W2k19, you must update to this version or later.
  • (change) Additional trace code
  • (change) Documentation was moved from Word/PDF -> Online

We always try to preserve compatibility and if you are running 1.0.0.35 or later then you can simply and safely update using these instructions. if you are still running a version <=34 then you may have to perform changes in your solutions since returned content is now always in lower case, see note last in this release note.

Older versions

= .44

(new) Rest API built on ASP.NET Core 2.0.6, review https://support.integrationsoftware.se/support/discussions/1000058434 Call from Azure Logic Apps using the on-premise data gateway/Mule/.. just about any other custom solution. Simply use the same XML requests and internally the very same code is executed. We always recommend you create the mappings using custom XSLT and not the BizTalk mapper in order to facilitate the move to future platforms. (new) Add support for values with non-valid XML characters. A property encoded="true" will be set for properties with encoded values. The response XSD is also updated. If the number of properties was zero for a returned Record the adapter failed.

= .45

(bug) Changed the internal order of operations by changing values for some core properties (some values must be set before others) (change) If no flags (add/remove) are being provided as part of the Request then the internal method to change flags is now not executed at all (no need)

= .46

(bug) Passwords are now always masked in the debug output

= .47

(bug) If the AD Domain did not have proper replication configured our adapter crashed with a null reference exception for some AD-related queries. Added code to provide whatever useful information still exists and not throw an exception

= .48

Added more internal exception handling and debug output for invalid/incomplete requests to facilitate resolving reported problems with our adapter (which now usually only happens due to incomplete/invalid requests)

=49

(bug) Adding or removing flags always enabled a user account. This behaviour has now been altered to honour the disable flag if you add it.

At the time of this release note, there are no longer any reported unresolved bugs with our LDAP Adapter.

Breaking changes

if you are running on versions pre .34, we have a breaking change regarding the response. Previous responses were camel-cased. Post .34 versions, return lower case names for the name of the properties returned.

.34
Example response pre 1.0.0.34 version

.35
Example response post 1.0.0.34 version